home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-10-17 | 635 b | 44 lines | [THED/THTH] |
- |
- | RA¬
- |
- | Subroutine/Parameters
- |
- | ⌐ 1986 COM~LINK & S.Koren
- |
- #M;
- "RA¬ allows you to use subroutines!"
- "and allows you to pass parameters.!"
- "The title which first came up!"
- "uses several subroutines.!!"
- #A;
- "Parameters:!"
- #B,"hi!",1,2,3;
- "THE END."
- $
- &A
- "Hit any key: " ?ñ ╡ @`
- &B
- "Parameter test..." 1% 2% 3% 4% ++
- " " ! "=sum of parameters!!"
- #A; `
- |
- | RA title routine
- |
- &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
-
- &O
- 40 100 ╜
- "RA¬"
- 60 45 ╜
- "⌐ 1986 COM~LINK & S.Koren"
- 80 60 ╜
- "All rights reserved." `
-
- &L
- 35 A: ("Ñ" A. 1 - A: A. 0 > ~ ) "!"`
-
- &N
- "Ñ" 33 A: (" " A. 1 - A: A. 0 > ~ ) "Ñ" "!"`
-
- &P ?ñ @ `
- $